-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation - typos #712
Conversation
thanks @wzag for your PR - @pascalgouedo , the leader of the PULP extensions will review your proposal - meanwhile, may I ask you to do the PR again the dev branch instead of the master branch? thanks a lot |
@@ -111,7 +111,7 @@ a matrix addition. | |||
|
|||
|
|||
At the beginning of the HWLoop, the registers %[i] and %[j] are 0. | |||
The innermost loop, from start0 to end0, adds to %[i] three times 1 and | |||
The innermost loop, from startO to endO, adds to %[i] three times 1 and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The innermost loop, from startZ to endZ, adds to %[i] three times 1 and
@@ -111,7 +111,7 @@ a matrix addition. | |||
|
|||
|
|||
At the beginning of the HWLoop, the registers %[i] and %[j] are 0. | |||
The innermost loop, from start0 to end0, adds to %[i] three times 1 and | |||
The innermost loop, from startO to endO, adds to %[i] three times 1 and | |||
it is executed 10x10 times. Whereas the outermost loop, from startO to endO, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's loop body is executed 10x10 times. Whereas the outermost loop, from startO to endO,
what's the status of this @pascalgouedo ? If we do not merge we should close |
Hi @davide |
Signed-off-by: Pascal Gouedo <[email protected]>
This feedback has been included in PR #720. |
I believe it was a typo to initialize j twice